home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / Documentation / Development Notes / ODF Examples RoadMap / ODF Examples Overview < prev    next >
Encoding:
Text File  |  1996-04-26  |  2.7 KB  |  52 lines  |  [TEXT/ttxt]

  1. OpenDoc
  2. Development
  3. Framework
  4.                                                                                                                                                                                      
  5. ODF Examples Overview
  6. ODF Release 1                                                                                                                                                             
  7.  
  8.  
  9. ODF currently provides 10 samples ranging from a very simple one (ODFNothing) to a fully functional part editor (ODFDraw). But don't forget, ODF examples are written to showcase ODF, they are not designed to be commercial part editors (ODFDraw is far from being another MacDraw). A lot of features you would expect from a commercial part editor are still missing.
  10.  
  11. • ODFNothing
  12.  
  13. ODFNothing is the simplest non-embedding part editor you can write with ODF. ODFNothing does nothing but fill its frame shape with blue.
  14.  
  15. • ODFClock
  16.  
  17. ODFClock is a simple non-embedding part editor that displays a clock in either digital or analog mode.
  18.  
  19. • ODFButton
  20.  
  21. ODFButton displays a pushbutton control. A script or sound file can be dropped on it and will be run or played when the button is pressed.
  22.  
  23. • ODFHello
  24.  
  25. ODFHello is our version of "Hello World". This part displays a string that can be changed by pasting or dragging.
  26.  
  27. • ODFBitmap
  28.  
  29. ODFBitmap is a simple non-embedding part editor that displays a bitmap which can be selected and copied. ODFBitmap supports multiple display frames with different scaling factors. It also supports Drag&Drop and Cut, Copy, Paste.
  30.  
  31. • ODFForm
  32.  
  33. ODFForm is a show case for the view subsystem.  It shows how to use Controls, EditViews, and ListBoxes, and how to respond to their notifications.  It contains an example of scrolling editview with undo/redo support, and a dialog with password edit fields.
  34.  
  35. • ODFEmbed
  36.  
  37. ODFEmbed is a minimal embedding part editor. You can embed a single frame by using either the Insert Menu command, by pasting, or by dropping. These actions can be undone. ODFEmbed also provides a menu command to split the frame into multiple facets.
  38.  
  39. • ODFContainer
  40.  
  41. ODFContainer is a full-featured container part with no intrinsic content. Embedded frames can be resized and moved around. 
  42.  
  43. • ODFTable
  44.  
  45. ODFTable has basically the same features as ODFContainer except that ODFTable doesn't support scrolling, and embedded frames have to be embedded into a cell of the table.  ODFTable also supports linking!
  46.  
  47. • ODFDraw
  48.  
  49. ODFDraw is a full-featured draw editor. ODFDraw supports almost all OpenDoc features: scripting, linking, scrolling, embedding, etc...
  50.  
  51. © 1993 - 1996 Apple Computer, Inc. All rights reserved.
  52. Apple, the Apple Logo, Macintosh, and OpenDoc are trademarks of Apple Computer, Inc., registered in the United States and other countries.